home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xarchie-2.0.9
/
popups.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-06-18
|
350b
|
16 lines
/*
* popups.h : External defs for alert, confirm, and dialog boxes
*
* George Ferguson, ferguson@cs.rochester.edu, 23 Apr 1993.
*/
#ifndef POPUPS_H
#define POPUPS_H
extern Widget createPopup(); /* Generic popup routines */
extern void setPopupLabel();
extern void popupMainLoop();
extern void popupDone(); /* Call this when done */
#endif